home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000271_emv@garnet.msen.com _Fri Oct 30 06:20:03 1992.msg < prev    next >
Internet Message Format  |  1994-01-24  |  2KB

  1. Return-Path: <emv@garnet.msen.com>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA23573; Fri, 30 Oct 92 06:20:03 MET
  4. Received: by dxmint.cern.ch (dxcern) (5.57/3.14)
  5.     id AA22271; Fri, 30 Oct 92 06:32:08 +0100
  6. Received: by garnet.msen.com (/\==/\ Smail3.1.25.1 #25.5)
  7.     id <m0mkowZ-00008WC@garnet.msen.com>; Fri, 30 Oct 92 00:30 WET
  8. Message-Id: <m0mkowZ-00008WC@garnet.msen.com>
  9. To: www-talk@nxoc01.cern.ch
  10. Subject: port to bsdi / TOUPPER problem
  11. Date: Fri, 30 Oct 92 00:30:33 EST
  12. From: Edward Vielmetti <emv@msen.com>
  13.  
  14. Hi.  I am porting WWW to BSDI.  So far mostly so good, here are some
  15. notes.
  16.  
  17. There are some stray dependencies in the Line Mode makefiles that point
  18. hard coded paths at /tmp for making stuff.  /tmp here is tiny, so I
  19. put the stuff in $(HOME)/tmp, but that didn't quite do the job.
  20.  
  21. It took some amount of fiddling to get everything to build in the
  22. right place, I hacked at it until it all compiled ok but will have
  23. to go back and see what exactly it was that I did...
  24.  
  25. HTFile.c didn't compile until I commented out one of the two times 
  26. that "tcp.h" was included - the compiler complained about a duplicate
  27. definition of "struct stat".
  28.  
  29. After all that it compiles fine and seems to work, and 'www -source'
  30. prints out what looks like real genuine HTML sources.  However, it
  31. appears that there's some critical place where TOUPPER is not working
  32. right, since the lower-case <a href=foo:bar>foobar</a> tags don't
  33. get recognized, and the upper-case <TITLE>foobar</TITLE> tags do.  
  34. This kind of ruins the hypertext effect :)
  35.  
  36. thanks,
  37.  
  38. --Ed